Skip to content

Upgrade d3 version #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 18, 2025
Merged

Upgrade d3 version #197

merged 3 commits into from
May 18, 2025

Conversation

mrleblanc101
Copy link
Contributor

@mrleblanc101 mrleblanc101 commented May 12, 2025

Fix #196

@mrleblanc101 mrleblanc101 mentioned this pull request May 12, 2025
@mrleblanc101 mrleblanc101 marked this pull request as ready for review May 12, 2025 17:41
@bocytko bocytko added the dependencies Pull requests that update a dependency file label May 18, 2025
@bocytko
Copy link
Member

bocytko commented May 18, 2025

PR looks good in Chrome and Safari. For the record - the changes are backwards-incompatible and throw errors when using d3.js v4. Users are expected to have forked the repo (retaining old version) or to follow README.md and use the versioned artifact. However, I will add a note in a follow-up PR in case folks experience errors when using unversioned radar.js with old d3.js version.

I verified that docs/radar.js and docs/release/radar-0.12.js are exact copies of one another.

@bocytko
Copy link
Member

bocytko commented May 18, 2025

👍

@bocytko bocytko merged commit db78094 into zalando:master May 18, 2025
2 of 3 checks passed
@mrleblanc101
Copy link
Contributor Author

mrleblanc101 commented May 18, 2025

Might be interesting to publish this as an ESM package on npm so people don't have to copy paste the script. I, myself, have installed D3 via npm and imported it in my app instead of linking to the CDN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modern D3 version
2 participants